home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / src / exampleCode / audio / reverb / Makefile < prev    next >
Encoding:
Makefile  |  1994-08-02  |  186 b   |  13 lines

  1. #!smake
  2.  
  3. include ${ROOT}/usr/include/make/commondefs
  4.  
  5. LLDLIBS    = -laudio -lm -lfpe
  6. TARGETS = reverb
  7. LCOPTS    = -O2 -float
  8. CFILES    = reverb.c
  9.  
  10. default all: $(TARGETS)
  11.  
  12. include ${COMMONRULES}
  13.